Skip to content

Social Media Clone

Objective: Simulate a Twitter-like app.
Tasks: 1. Models: - Profile (user, bio, followers [ManyToMany]). - Tweet (user, content, likes). 2. Queries: - Find all tweets from users a profile follows. - Annotate tweets with their like count. 3. Template Integration: Render tweets in a feed with follower stats.